home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / Invoice & Inventory / SBIC_ V3.5 Small Bus. Inv. Ctrl / SBIC35EX.exe / DISK_1.ZIP / Tutorial.sbi / Vendors.json < prev   
JavaScript Object Notation  |  1998-11-18  |  1KB

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Name": "Text (128)",
  5.         "Number": "Text (128)",
  6.         "Contact": "Text (128)",
  7.         "Street": "Text (128)",
  8.         "City": "Text (128)",
  9.         "State": "Text (128)",
  10.         "Zip": "Text (30)",
  11.         "Phone": "Text (30)",
  12.         "Fax": "Text (30)",
  13.         "Contact2": "Text (128)",
  14.         "Street2": "Text (128)",
  15.         "City2": "Text (128)",
  16.         "State2": "Text (128)",
  17.         "Zip2": "Text (30)",
  18.         "Phone2": "Text (30)",
  19.         "Fax2": "Text (30)"
  20.     },
  21.     "data": [
  22.         {
  23.             "ID": 1,
  24.             "Name": "CD Wharehouse",
  25.             "Number": "CDW 100",
  26.             "Contact": "Joe Smitts",
  27.             "Street": "1300 E Washington Circle",
  28.             "City": "Las Angeles",
  29.             "State": "CA",
  30.             "Zip": "73627-3829",
  31.             "Phone": "383 555 2627",
  32.             "Fax": "383 555 2628",
  33.             "Contact2": "Cindy Luppe",
  34.             "Street2": "1300 E Washington Circle",
  35.             "City2": "Las Angeles",
  36.             "State2": "CA",
  37.             "Zip2": "73627-3829",
  38.             "Phone2": "383 555 2839",
  39.             "Fax2": "383 555 2840"
  40.         },
  41.         {
  42.             "ID": 2,
  43.             "Name": "Action Plus Software",
  44.             "Number": "APL 8893",
  45.             "Contact": "Mike Ambross",
  46.             "Street": "1250 Fort St.",
  47.             "City": "Jonesville",
  48.             "State": "IA",
  49.             "Zip": "53304",
  50.             "Phone": "343 555 8494",
  51.             "Fax": "343 555 8495",
  52.             "Contact2": "Julie Culver",
  53.             "Street2": "1432 Lincoln Ave",
  54.             "City2": "Des Moines",
  55.             "State2": "IA",
  56.             "Zip2": "58494",
  57.             "Phone2": "332 555 3289",
  58.             "Fax2": "332 555 3290"
  59.         },
  60.         {
  61.             "ID": 3,
  62.             "Name": "Northside Distributing Co.",
  63.             "Number": "NSD 7372",
  64.             "Contact": "Lori Hiemes",
  65.             "Street": "123 N. Main St.",
  66.             "City": "Chicago",
  67.             "State": "IA",
  68.             "Zip": "77637",
  69.             "Phone": "664 555 3788  ext. 279",
  70.             "Fax": "664 555 3788",
  71.             "Contact2": "Lawrence Fisher",
  72.             "Street2": "123 N. Main St.",
  73.             "City2": "Chicago",
  74.             "State2": "IL",
  75.             "Zip2": "77637",
  76.             "Phone2": "664 555 3788 ext. 890",
  77.             "Fax2": "664 555 3788"
  78.         }
  79.     ]
  80. }